@charset "UTF-8";
@media (max-width: 700px) {
  .ttl {
    margin-bottom: 30px;
  }
  .padding_plane_aboutus {
    padding-inline: 16px;
  }
  .hero_members {
    width: 100vw;
    aspect-ratio: 1285/620;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .hero_members img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero_members .hero_about_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.98));
    z-index: 2;
  }
  .hero_members .hero_about_overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(210, 207, 121, 0.3), rgba(116, 115, 83, 0.3));
    z-index: 1;
  }
  .hero_about {
    position: relative;
    width: 100vw;
    aspect-ratio: 1285/460;
    display: flex;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    top: 65px;
  }
  .hero_about_content {
    position: relative;
    top: 90px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .hero_about_content h1 {
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin-bottom: 8px;
  }
  .hero_about_content .buttonContainer {
    display: flex;
    gap: 20px;
  }
  .hero_about_content .buttonContainer button {
    background-color: rgba(255, 255, 255, 0.4);
    color: black;
    border: none;
    padding: 4px 8px;
    height: 32px;
    width: 107px;
  }
  .hero_about_content .buttonContainer button h6 {
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  .hero_about_content .buttonContainer button img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .our_vision {
    position: relative;
    background-color: transparent;
    padding-block: 80px 40px;
    z-index: 5;
  }
  .our_vision .our_vision_content {
    width: 100%;
    padding-top: 80px;
  }
  .our_vision h2 {
    font-size: 24px;
    font-weight: bold;
    color: black;
  }
  .our_vision p {
    font-size: 16px;
    line-height: 2;
    margin-top: 24px;
    font-weight: 400;
  }
  .our_vision .our_vision_quote {
    font-weight: bold;
    margin-top: 16px;
  }
  .our_vision .our_vision_representative {
    font-size: 14px;
    font-weight: 500;
    margin-top: 24px;
    text-align: right;
  }
  .company {
    position: relative;
    background-color: transparent;
    padding-block: 80px;
    z-index: 5;
  }
  .company .company_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: stretch;
    /* 各情報項目の設定 */
  }
  .company .company_content .info-item {
    display: flex;
    flex-direction: row;
    align-items: center; /* ラベルとコンテンツを上下中央揃え */
    gap: 20px;
    border-bottom: 0.1px solid lightgrey; /* 黄色の下線 */
    padding: 16px 0px;
  }
  .company .company_content .info-item-sp {
    flex-direction: column;
    align-items: flex-start;
  }
  .company .company_content {
    /* ラベル部分の設定 */
  }
  .company .company_content .info-label {
    background-color: #FFF7CB; /* 黄色背景 */
    padding: 10px;
    width: 104px;
    text-align: center;
    border-radius: 10px;
    flex-shrink: 0; /* サイズ縮小を防ぐ */
    height: 36px; /* 一定の高さを指定 */
    display: flex;
    align-items: center; /* ラベル内の上下中央揃え */
    justify-content: center; /* ラベル内の左右中央揃え */
    align-self: flex-start;
    box-sizing: border-box;
  }
  .company .company_content .info-label p {
    font-size: 14px;
    font-weight: 400;
    color: #F2B705;
  }
  .company .company_content {
    /* コンテンツ部分の設定 */
  }
  .company .company_content .info-content {
    padding: 5px 10px 10px 10px;
    flex-grow: 1; /* 横方向に広がる */
    display: flex; /* 中央揃えのためにFlexboxを使用 */
    flex-direction: column;
  }
  .company .company_content .info-content p {
    display: block;
  }
  .company .company_content .info-content p span {
    color: #F2B705;
    margin-bottom: 8px;
  }
  .company .company_content {
    /* リンクの設定 */
  }
  .company .company_content .info-content a {
    color: #007bff;
    text-decoration: none;
  }
  .company .company_content .info-content a:hover {
    text-decoration: underline;
  }
  .company .company_content .company_sp_content p {
    margin-bottom: 14px;
  }
  .company .company_content p {
    font-size: 16px;
    margin: 0;
  }
}

/*# sourceMappingURL=aboutus%20responsive.css.map */
